body {
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

.container-fluid {
    display: flex;
    align-items: center;
}

.container-fluid p {
    display: flex !important;
    align-items: center !important;
}

form>select {
    background-color: black;
    color: white;
    padding: 5px;
    border: 1px solid black;
    border-radius: 5px;
}

form>select>option {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border-bottom: 1px solid black !important;
}

/* second section */

.main-container {
    width: 98vw;
    height: 90vh;
    background-color: darkgray;
}

.main-box {
    display: flex;
}

.main-box div {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ********************************problem******************************************* */

.main-box div button {
    visibility: hidden;
}

.main-box div button:hover {
    visibility: visible;
}

/* ********************************problem******************************************* */

.div-1 {
    width: 20vw;
    height: 25vh;
    background-color: #fad390;
}

.div-2 {
    width: 20vw;
    height: 25vh;
    background-color: #f8c291;
}

.div-3 {
    width: 20vw;
    height: 25vh;
    background-color: #6a89cc;
}

.div-4 {
    width: 20vw;
    height: 25vh;
    background-color: #82ccdd;
}

.div-5 {
    width: 20vw;
    height: 25vh;
    background-color: #b8e994;
}

/* div one compelete */

.div-6 {
    width: 20vw;
    height: 25vh;
    background-color: #f6b93b;
}

.div-7 {
    width: 20vw;
    height: 25vh;
    background-color: #e55039;
}

.div-8 {
    width: 20vw;
    height: 25vh;
    background-color: #4a69bd;
}

.div-9 {
    width: 20vw;
    height: 25vh;
    background-color: #60a3bc;
}

.div-10 {
    width: 20vw;
    height: 25vh;
    background-color: #78e08f;
}


/* div two compelete */

.div-11 {
    width: 20vw;
    height: 25vh;
    background-color: #fa983a;
}

.div-12 {
    width: 20vw;
    height: 25vh;
    background-color: #eb2f06;
}

.div-13 {
    width: 20vw;
    height: 25vh;
    background-color: #1e3799;
}

.div-14 {
    width: 20vw;
    height: 25vh;
    background-color: #3c6382;
}

.div-15 {
    width: 20vw;
    height: 25vh;
    background-color: #38ada9;
}


/* div three compelete */

.div-16 {
    width: 20vw;
    height: 25vh;
    background-color: #e58e26;
}

.div-17 {
    width: 20vw;
    height: 25vh;
    background-color: #b71540;
}

.div-18 {
    width: 20vw;
    height: 25vh;
    background-color: #0c2461;
}

.div-19 {
    width: 20vw;
    height: 25vh;
    background-color: #0a3d62;
}

.div-20 {
    width: 20vw;
    height: 25vh;
    background-color: #079992;
}





/* -****************************@ media Quarry********************************** */

@media only screen and (max-width: 768px) {
    #form{
        display: none !important;
    }

    #sound{
        display: none !important;
    }
}

@media only screen and (max-width: 198px) {
    
    
    #form{
        display: none !important;
    }

    #sound{
        display: none !important;
    }
}